Vcenter Vm Hardware ScsiAddressSpec
Vcenter Vm Hardware ScsiAddressSpec
The Vcenter Vm Hardware ScsiAddressSpec schema contains information for specifying the address of a virtual device that is attached to a virtual SCSI adapter of a virtual machine.
JSON Example
{
"bus": 0,
"unit": 0
}
integer As int64
As int64
bus
Required
Bus number of the adapter to which the device should be attached.
integer As int64
As int64
unit
Optional
Unit number of the device.
If missing or null
, the server will choose an available unit number on the specified adapter. If there are no available connections on the adapter, the request will be rejected.